Platform Explorer / Nuxeo Platform 6.0

Extension point configuration

Documentation

Extension point to contribute configuration information that will be used by the ImagingService

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.picture.api.ImagingConfigurationDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-imaging-core-6.0.jar
    <extension point="configuration" target="org.nuxeo.ecm.platform.picture.ImagingComponent">
    
      <configuration>
        <parameters>
          <!-- global configuration variables -->
          <parameter name="conversionFormat">jpg</parameter>
        </parameters>
      </configuration>
    
      </extension>